home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN14FontReport < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.4 KB  |  36 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #14:    FontReport
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    FontReport.c
  11.                    FontReport.rez
  12.                    FontReport.Link
  13.                    Build
  14.                    Build.r
  15.                    Full.Build
  16.  
  17. MPW Components:    FontReport.c
  18.                    FontReport.r
  19.                    FontReport.Make
  20.  
  21. FontReport demonstrates use of the various calls in the Font Manager.  It is a 
  22. utility program that lists the available fonts and displays the font strike 
  23. for any one of them.  FontReport shows how to do advanced Font Manager 
  24. operations such as adding an application-defined font; it also offers general 
  25. remarks for all programs using the Font Manager.
  26. _____________________________________________________________________________
  27.  
  28. APW users need APW v.1.0, APW Tools & Interfaces v.1.1, APW C v.1.0, and Apple 
  29. IIGS System Software 5.0.2 or later.  Three APW command files, Full.Build, 
  30. Build, and Build.r allow you to perform complete or partial rebuilds of the 
  31. load file FontReport.
  32.  
  33. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS C v.1.0 or 
  34. later,.  The name needed by the MPW Build menu's Build option can be found in 
  35. the FontReport.Make file.
  36.